home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource for Source: C/C++
/
Resource for Source - C-C++.iso
/
codelib6
/
v_08_11
/
8n11088a
< prev
next >
Wrap
Text File
|
1995-11-01
|
170b
|
9 lines
List l;
// fill the list with integers using List::add()
...
It i( l); // bind the iterator to the list l
while( !i.isend() )
printf( "%d\n", i.get() );